Repo rename
authorFelix Krull <f_krull@gmx.de>
Thu, 16 May 2019 16:30:59 +0000 (18:30 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/README.md
rust-bindings/rust/sys/Cargo.toml

index 94c2d187e016d6585048f5776e20959e8b575b43..227ad4ca596e29ed657cda8193b70bb905a16688 100644 (file)
@@ -7,8 +7,8 @@ license = "MIT"
 description = "Rust bindings for libostree"
 keywords = ["ostree", "libostree"]
 
-documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
-repository = "https://gitlab.com/fkrull/rust-libostree"
+documentation = "https://fkrull.gitlab.io/ostree-rs/libostree"
+repository = "https://gitlab.com/fkrull/ostree-rs"
 readme = "README.md"
 
 exclude = [
@@ -22,7 +22,7 @@ exclude = [
 features = ["dox"]
 
 [badges.gitlab]
-repository = "fkrull/rust-libostree"
+repository = "fkrull/ostree-rs"
 
 [lib]
 name = "libostree"
index 410519526b679c565747f01ba73b33ccf5c63486..5f36d3a6b7c1ffd598d84369f0f6e2b61f0eabed 100644 (file)
@@ -1,7 +1,7 @@
-# rust-libostree
-[![pipeline status](https://gitlab.com/fkrull/rust-libostree/badges/master/pipeline.svg)](https://gitlab.com/fkrull/rust-libostree/commits/master)
+# ostree-rs
+[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/master/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/master)
 [![Crates.io](https://img.shields.io/crates/v/libostree.svg)](https://crates.io/crates/libostree)
-[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/rust-libostree/libostree)
+[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/libostree)
 
 **Rust** bindings for [libostree](https://ostree.readthedocs.io).
 
@@ -32,7 +32,7 @@ libostree = "0.1"
 ```
 
 To use features from later libostree versions, you need to specify the release
-version as well: 
+version as well:
 
 ```toml
 [dependencies.libostree]
@@ -42,7 +42,7 @@ features = ["v2018_7"]
 
 ## Developing
 The `libostree` and `libostree-sys` crates can be built and tested using regular
-Cargo commands. 
+Cargo commands.
 
 ### Generated code
 Most code is generated based on the gir files using the
@@ -74,7 +74,7 @@ effectively LGPL-licensed and you need to comply with the LGPL requirements
 (specifically, allowing users of your end product to swap out the LGPL'd
 parts).
 
-CI includes the LGPL docs in the documentation build. 
+CI includes the LGPL docs in the documentation build.
 
 ### Releases
 Releases can be done using the publish_* jobs in the pipeline. There's no
index 9bc7868d4f2a45625b7c6196c1b11bd968db7b08..a574851245709fa809b086d143bd6edf7e18bc0b 100644 (file)
@@ -1,5 +1,5 @@
 [badges.gitlab]
-repository = "fkrull/rust-libostree"
+repository = "fkrull/ostree-rs"
 
 [build-dependencies]
 pkg-config = "0.3.7"
@@ -43,12 +43,12 @@ authors = ["Felix Krull"]
 build = "build.rs"
 categories = ["external-ffi-bindings"]
 description = "FFI bindings to libostree-1"
-documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
+documentation = "https://fkrull.gitlab.io/ostree-rs/libostree_sys"
 keywords = ["ffi", "ostree", "libostree"]
 license = "MIT"
 links = "ostree-1"
 name = "libostree-sys"
-repository = "https://gitlab.com/fkrull/rust-libostree"
+repository = "https://gitlab.com/fkrull/ostree-rs"
 version = "0.1.5"
 [package.metadata.docs.rs]
 features = ["dox"]